gtk/gtkwindow.c: Fix build on non-X11
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 26 Aug 2013 04:12:57 +0000 (12:12 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 26 Aug 2013 13:32:09 +0000 (21:32 +0800)
commitc8cad4910860fe3e9023f24a0592b84fdf847170
tree53ef04b874f3ccfbf3d17e2a234045885316354c
parenta0e4fa5e61da70b0ddff4ade5de7a54d4f5b443c
gtk/gtkwindow.c: Fix build on non-X11

There were some code added to this file that is meant for the X11 backend,
but they are being unconditionally built.  Add build-time checks for the
X11 backend for these to fix the build on non-X11 platforms.
gtk/gtkwindow.c